/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}


/* 统一的样式 */


.com-img {
    overflow: hidden;
   
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.dth_wh {
    width: 96%;
    max-width: 1366px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media(max-width:1460px) {}

@media(max-width:992px) {
    body {
        padding-top: 60px;
    }
}



/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* 头部  */

header {}

header.dth_pos {
    position: relative;
    top: 0;
    z-index: 99;
    background-color: transparent;height:125px;background:#fff;
}

header>.dth_wh {
   position: relative;
}

.logos {line-height:125px;}

.logo a {
    display: block;
}

.logo img {}


.lgwz{
    line-height:125px;
    color: #333333;
    font-size: 16px;
    margin-left:15px; 
padding-top: 20px;
}

.yyqh{
    position: absolute;
    right: 0;
    top: 15px;
}
@media(max-width: 990px){
   .yyqh{
    display: none;
   } 
}

.lang {
    margin-left: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height:125px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 1.25em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("//cdn.myxypt.com/5160c783/21/06/f9e3fdf8021bada33160a0cbba51daab091d529a.png");
    background-size: auto 1em;
    margin-right: 3.25%;
    position: relative;
}

.lang span {
    display: block;
    cursor: pointer;
}

.lang ul {
    position: absolute;
    box-shadow: 0px 3px 10px 0px rgba(48, 63, 91, 0.12);
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0px;
    color: #303f5b;
    width: 8.57em;
    max-height: 12.285em;
    background-color: #ffffff;
    left: 50%;
    margin-left: -4.285em;
    top: 100%;
    padding: 1em 0;
    top: 2.4em;
    padding-right: 2px;
    display: none;
}

.scoll {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    max-height: 10.285em;
}

.lang ul ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    max-height: 10.285em;
}

.lang ul ::-webkit-scrollbar-button {
    /*opacity: 0;*/
    display: none;
}

.lang ul ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #d0d5d3;
    width: 6px;
}

.lang li {}

.lang li a {
    display: block;
    color: #303f5b;
    padding: 0 0.5em 0 1.08em;
    overflow: hidden;
    text-align: left;
    text-overflow: hidden;
    white-space: nowrap;
}

.lang li.ins a {
    color: #00622b;
    /*background-image: url('//cdn.myxypt.com/dc27b7b2/21/06/7bbc179a7065c71dd018fec8eb18994e521381af.png');*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em auto;
    padding-right: 1.2em;
    cursor: pointer;
    font-weight: bold;
}

.lang li a:hover {
    color: #00622b;
}

@media(max-width:992px) {

}


.tops.scroll{position:fixed;width:100%;top:0;left:0;z-index:9999;background:#fff;}

.tops.scroll .x-menu>li.xiala>a{color:#333}


.tops.scroll .x-menu>li>a{color:#333}


.tops.scroll .x-menu>li.xiala:hover>a {
    background:url(../images/d2.png) no-repeat right 50%;
}

.tops.scroll .x-menu>li.xiala>a{ background:url(../images/d2.png) no-repeat right 50%;}
/* 导航 */

nav {
    margin-left: auto;
}

.x-menu {
    align-items: center;
}

.x-menu>li {
    position: relative;
    font-size: 16px;
}

.x-menu>li.xiala {
    position: static;
}

.x-menu>li.xiala>a {
    padding-right: 0.8125em;
    background-repeat: no-repeat;
    background-position: right 1.875em;
    background-size: 0.625em auto;
    background:url(../images/d2.png) no-repeat right 50%;
}

.x-menu>li.xiala:hover>a {
    background:url(../images/d3.png) no-repeat right 50%;
}

.x-menu>li>a {
    display: block;
    position: relative;
    font-weight: normal;
    font-stretch: normal;
    line-height: 125px;
    letter-spacing: 0px;
    color: #333333;
    font-size: 16px;
}

.x-menu>li>a::after {
    content: "";
    display: block;
    width: 1.875em;
    height: 4px;
    background-color: #00622b;
    position: absolute;
    left: 50%;
    margin-left: -0.9375em;
    bottom: 25px;
    opacity: 0;
}

.x-menu>li:nth-child(n) {
    margin-right: 3em;
}

.x-menu>li:hover>a {
    color: #00622b;font-weight:bold;
}

.x-menu>li:hover>a::after {
    opacity: 1;
}

.x-menu>li.active>a {}

.x-sub-menu {
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.16);
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 5em;
}

.x-sub-menu>li>a {}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

li.xiala>.x-sub-menu {}

li.xiala>.x-sub-menu .dth_wh {
    justify-content: center;
    padding: 24px 0 18px;
}

li.xiala>.x-sub-menu .dth_wh>li {
    display: block;
    width: 11.667%;
}

li.xiala>.x-sub-menu .dth_wh>li:nth-child(n+10) {
    display: none;
}

li.xiala>.x-sub-menu .dth_wh>li+li {
    margin-left: 3.66%;
}

li.xiala>.x-sub-menu .dth_wh>li>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.xiala>.x-sub-menu .dth_wh>li>a::before {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background-color: #00622b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

li.xiala>.x-sub-menu .dth_wh>li:hover>a {}

li.xiala>.x-sub-menu .nav_sj {
    display: block;
    margin-top: 0.625em;
}

li.xiala>.x-sub-menu .nav_sj a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.xiala>.x-sub-menu .nav_sj a:hover {
    color: #00622b;
    font-weight: bold;
}





@media(max-width:1024px) {
    .x-menu>li:nth-child(n) {
        margin-right: 2em;
    }
    
}



.soso{position: relative;}
.so{width: 57px;height:26px;background:url(../images/sou2.png) no-repeat center top;}
.tops.scroll .so{background:url(../images/sou2.png) no-repeat center top;}


.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 999;
}
#formsearch {
    width: 201px;
    height: 30px;
    background: url(../images/ss1.png) no-repeat center center;
}
#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    outline: none;
}

#formsearch input#keyword {
    height: 30px;
    line-height: 30px;
    text-indent: 4px;
    color: #fff;
    background: none;
    border: none;
    width: 165px;
}

#formsearch input#s_btn {
    width: 31px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 0px;
}

#formsearch input::placeholder{color:#fff;padding-left:10px;}










/* banner2 */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination {
    width: auto;
    margin: 0 auto;width: 100%;
}

#banners .swiper-pagination-bullet {
	width: 40px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ffffff;
    opacity: 1;
    margin: 0 8px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
	height: 10px;
	background-color: #009944;
	border-radius: 5px;
    opacity: 1;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #e5820a;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}

#banners .wzs {
    position: absolute;
    left: 0;
    top: 31.3%;
    width: 100%;
    z-index: 50;
}

#banners .wzs .dth_wh {}

#banners .wzs h2 {
    font-family: "Barlow", "Arial";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0.95em;
    text-transform: uppercase;
}

#banners .wzs .ban_hxt {
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background-color: #ffffff;
}

#banners .wzs .ban_hxt::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e5820a;
}

#banners .wzs h3 {
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0.7em;
}

#banners .wzs h3 span {
    color: #e5820a;
}

#banners .wzs p {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1.38em;
}

@media(max-width:1400px) {
    #banners .wzs h2 {
        font-size: 1.7vw;
    }
    #banners .wzs .ban_hxt {
        width: 7.14285vw;
        min-width: 30px;
    }
    #banners .wzs h3 {
        font-size: 3.2857vw;
    }
    #banners .wzs p {
        font-size: 1.857vw;
    }
}

@media(max-width:768px) {
    #banners .wzs .ban_hxt {
        height: 2px;
    }
    #banners .swiper-pagination {
        padding: 3px 6px;
    }
    #banners .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 5px;
    }
}

@media(max-width:640px) {}

@media(max-width:420px) {
    #banners .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 3px;
    }
}


/* 相同标题 以第一个为准 */

.titles {
    text-align: center;
}

.titles h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}

.titles h2 span {
    font-family: "Impact";
    font-weight: normal;
    color: #00207d;
    margin-right: 0.3em;text-transform:uppercase;
}

@media(max-width:1400px) {
    .titles h2 {
        font-size: 2vw;
    }
}

@media(max-width:1024px) {
    .titles h2 {
        font-size: 24px;
    }
}

@media(max-width:992px) {
    .titles h2 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .titles h2 {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .titles h2 {
        font-size: 18px;
    }
    .titles h2 span {
        font-weight: bold;
    }
}

@media(max-width:420px) {}


/* 公司介绍 */

.gsjs {
    padding:72px 0 256px 0 ;
    background:url(../images/bg1.png) repeat-x;background-size:100% 100%;
}

.ab_cons {
    margin-top: 6.442%;
    justify-content: space-between;
}

.ab_cons .ab_left {
    width: 47.22%;
}

.ab_cons .ab_left h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}

.ab_cons .ab_left h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #e5820a;
    margin-top: 3.72%;
}

.ab_cons .ab_left .ab_wzs {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    margin-top: 5.4%;
}

a.mores {
   width: 153px;
    background-color: #e5820a;
    background-color: #e5820a;
    border-radius: 1.5625em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding:0px 35px;display: block;float:right;
}



a.mores:hover {
    background-color: #e5820a;
}

.ab_cons .ab_right {
    display: block;
    width: 47.8%;
}

.ab_cons .ab_right img {
    max-width:100%; height:auto !important;width:auto !important;
}

.ab_utls {
    margin-top: 6.442%;
}

.ab_utls ul {}

.ab_utls li {
    flex: 1;
    background-color: #fbfbfb;
}

.ab_utls li:nth-child(n+2) {
    margin-left: 2px;
}

.ab_utls li:hover {
    background-color: #FBFBFB;
}

.ab_utls li a {
    display: block;
    text-align: center;
    padding: 7.94% 2% 8.8%;
}

.ab_utls li h3 {
    font-size: 30px!important;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color:#00207d;
}

.ab_utls li .imgs {
    height: 104px;
    margin-top: 2%;
    display: inline-flex;
    align-items: center;
}

.ab_utls li .imgs img {
    width: auto;
    height: 76.923%;
}
.ab_utls li .det{text-align:center;}
.ab_utls li h5 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;display:inline-block;
}

.ab_utls li span {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;display:inline-block;
}

@media(max-width:1400px) {
    .gsjs {
        padding: 6.42857vw 0;
    }
    .ab_cons .ab_left h3 {
        font-size: 1.57vw;
    }
    .ab_cons .ab_left h4,
    .ab_utls li h3 {
        font-size: 1.42857vw;
    }
    .ab_cons .ab_left .ab_wzs {
        font-size: 1vw;
    }
    a.mores {
        font-size: 1.14285vw;
    }
    .ab_utls li h5 {
        font-size: 2.14285vw;
    }
    .ab_utls li span {
        font-size: 2.14285vw;
    }

    .ab_utls li .imgs {
        height: 7.42857vw;
    }
}

@media(max-width:1200px) {
    .ab_cons .ab_left h4,
    .ab_utls li h3 {
        font-size: 16px;
    }
    .ab_cons .ab_left h3 {
        font-size: 18px;
    }
    .ab_cons .ab_left .ab_wzs {
        font-size: 12px;
    }
    .ab_utls li h5 {
        font-size: 24px;
    }

    .ab_utls li span {
        font-size: 24px;
    } 
    a.mores {
        font-size: 12px;
    }
    .ab_utls li .imgs {
        height: 88px;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .ab_cons {
        flex-flow: column-reverse;
    }
    .ab_cons .ab_right {
        width: 100%;
    }
    .ab_cons .ab_left {
        width: 100%;
        margin-top: 5vw;
    }
    a.mores {
        margin-top: 10%;
    }
    .ab_utls ul {
        flex-wrap: wrap;
    }
    .ab_utls li {
        flex: none;
        width: calc(50% - 1px);
    }
    .ab_utls li:nth-child(3) {
        margin-left: 0;
    }
    .ab_utls li:nth-child(n+3) {
        margin-top: 2px;
    }
}

@media(max-width:640px) {
    .ab_cons .ab_left h3 {
        font-size: 16px;
    }
    .ab_cons .ab_left h4,
    .ab_utls li h3 {
        font-size: 14px;
    }
    a.mores {
        font-size: 11px;
    }
    .ab_utls li h5 {
        font-size: 20px;
    }

    .ab_utls li span {
        font-size: 20px;
    }
    .ab_utls li .imgs {
        height: 10vw;
        min-height: 60px;
    }
}

@media(max-width:420px) {}







/* 公司新闻 */

.news {
    padding:70px 0;
}

.news a.mores {
    margin: 4.6852% auto 0;
}

.news_cons {
    margin-top: 5.442%;
}


.news_cons li a {
    display: block;
}

.news_cons li .imgs {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news_cons li .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;overflow:hidden;transition:all 0.6s;cursor:pointer;
}
.news_cons li:hover .imgs img{transform:scale(1.2);}
.news_cons li .wzs {
    position: relative;
    z-index: 30;
    background-color:#f2f2f2;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 8.06% 6.45% 12.96%;
}

.news_cons li * {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.news_cons li .wzs {
background:#f5f5f5;
}

.news_cons li .wzs .times {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #adadad;
}

.news_cons li .wzs h3 {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1em;
    position: relative;
    padding-bottom: 1em;
}

.news_cons li .wzs h3 {
    color: #333333;
}

.news_cons li .wzs h3 .htxs {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27%;
    height: 2px;
    background-color: #b9b9b9;
}

.news_cons li .wzs h3 .htxs {
    width: 52.432%;
}

.news_cons li .wzs h3 .htxs::before {
    content: "";
    display: block;
    height: 100%;
    width: 2.778em;
    background-color: #00622b;
    position: absolute;
    left: 0;
    top: 0;
}

.news_cons li .wzs p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #444444;
    margin-top: 2.7%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4em;margin-top: 25px;
}

.news_cons li .wzs p {
    color: #444444;
}

.news_cons li .wzs span {
    display: block;
    width: 9.375em;
    height: 3em;
    background-color: transparent;
    border-radius: 1.5625em;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;margin-top: 27px;
}

.news_cons li .wzs span {
    color: #444444;
}




@media(max-width:1400px) {
    .news {
        padding: 9.14vw 0;
    }
    .news_cons li .wzs .times {
        font-size: 2.142857vw;
    }
    .news_cons li .wzs h3 {
        font-size: 1.2857vw;
    }
    .news_cons li .wzs p {
        font-size: 1vw;
    }
    .news_cons li .wzs span {
        font-size: 1.142857vw;
    }
}

@media(max-width:1200px) {
    .news_cons li .wzs .times {
        font-size: 26px;
    }
    .news_cons li .wzs h3 {
        font-size: 16px;
    }
    .news_cons li .wzs p {
        font-size: 12px;
    }
    .news_cons li .wzs span {
        font-size: 12px;
    }
}




@media(max-width:640px) {}

@media(max-width:420px) {
    .news_cons li .wzs .times {
        font-size: 20px;
    }
    .news_cons li .wzs h3 {
        font-size: 14px;
    }
}


/* 案例 */

.cases {
    position: relative;
}

.cases .hx-swiper {
    position: relative;
    z-index: 20;
    outline: none;
}

.cases .hx-swiper li {}

.cases .hx-swiper li a {
    display: block;
    position: relative;
}

.cases .hx-swiper li img {
    width: 100%;
    height: auto;transition:all 0.6s;cursor:pointer;overflow:hidden;
}
.cases .hx-swiper li:hover img{transform:scale(1.2);}

.cases .hx-swiper li .wzs {
    position: absolute;
    display:block;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2.91vw 1.25vw 3.125vw;
    left: 27.5vw;
    top: 5.647%;
    width: 45vw;
    max-width:315px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;z-index:99999;
}

.cases .hx-swiper li:hover .wzs {
    display:block!important;
}

.cases .hx-swiper li .wzs .titles h2 {
    color: #e5820a;
    font-weight:normal;
    white-space: nowrap;
    text-align: left;
}

.cases .hx-swiper li .wzs .titles h2 span {
   color:#fff;font-weight:normal;font-family:"微软雅黑";text-transform:capitalize;
}



.cases .hx-swiper li .wzs h3 {
    font-size: 20px;
    font-weight:normal;
    font-stretch: normal;
    line-height: 1.727;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 11.7%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cases .hx-swiper li .wzs h4{
    font-size: 14px;
    line-height: 1.727;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.cases .hx-swiper li .wzs .hxts {
    width: 82px;
    height: 2px;
    display: block;
    position: relative;
    background-color:#fff;
    margin-top: 6.4%;
    float: left;
}

.cases .hx-swiper li .wzs .hxts::after {
    content: "";
    display: block;
    background-color:#e5820a;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cases .swiper_arrows {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 30;
    width: 20.8333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 3vw 2.083vw;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    outline: none;
}

.cases .swiper_arrows:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.cases .swiper_prevs {
    left: 0;
    text-align: right;
}

.cases .swiper_nexts {
    right: 0;
    align-items: flex-start;
    text-align: left;
}

.cases .swiper_arrows .bts {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.66667em auto;
}

.cases .swiper_prevs .bts {
    padding-right: 1em;
}

.cases .swiper_nexts .bts {
    background-position: right center;
    padding-left: 1em;
}

.cases .swiper_prevs:hover .bts {
}

.cases .swiper_nexts:hover .bts {
}




.cases .swiper_arrows .swiper-container {
    width: 100%;
}

.cases .swiper_arrows .swiper-container li {
     font-size: 24px; 
    /*font-size: 1vw;*/
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.6;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_titles {
    display: none;
}

@media(max-width:1400px) {
    .cases .swiper_arrows .bts {
        font-size: 1.2857vw;
    }
    .cases .hx-swiper li .wzs h3 {
        font-size: 1.57vw;
    }
}

@media(max-width:1200px) {
    .cases .swiper_arrows .bts {
        font-size: 12px;width:42%;
    }
    .cases .swiper_arrows .bts img{width:100%;}
    .cases .swiper_arrows .swiper-container li {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .cases .swiper_arrows {
        width: auto;
    }
    .cases .swiper_arrows .swiper-container li {
        display: none;
    }
    .cases .hx-swiper li .wzs {
        opacity: 1;
        padding: 2.91vw 10px 3.125vw;
    }
    .cases .hx-swiper li .wzs h3 {
        margin-top: 0.5em;
    }
    .cases .hx-swiper li .wzs .titles {
        display: none;
    }
    .case_titles.titles {
        display: block;
        max-width: 96%;
        margin: 0 auto;
        padding: 3vw 0 7vw;
    }
}

@media(max-width:768px) {
    .cases .swiper_arrows .bts {
       width:60%;
    }


}

@media(max-width:640px) {
    .cases .hx-swiper li .wzs h3 {
        font-size: 12px;
    }
    .cases .hx-swiper li .wzs .hxts {
        margin-top: 5vw;
        width: 12.5vw;
    }
}

@media(max-width:420px) {}


/* 联系我们 */

.contact {
    padding:60px 0 80px;
}

.conta_cons {
    justify-content: space-between;
    margin-top: 4.442%;
}

.conta_left {
    display: block;
    /* 635 */
    width: 43.78%;
}

.contact .le_as {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-top: 3%;*/
    text-align: center;
    margin: 9% auto 0;
}



.conta_left .tables {
    border: solid 1px #eeeeee;
    padding: 6.93% 6.29%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5;
    letter-spacing: 0px;
    color: #333333;
}

.conta_left .tables img {
    width: 1.33333em;
    height: auto;
}

.conta_left .tables td:nth-child(1) {
    vertical-align: top;
}

.conta_right {
    display: block;
    width: 51.64%;
}

#container_map img{width: 100%;}


@media(max-width:1400px) {
    .contact {
        padding: 9.14vw 0;
    }
    .conta_left .tables {
        font-size: 1.2857vw;
    }
    .conta_left .le_as {
        font-size: 1vw;
    }
    #container_map {
        height: 30.85vw;
    }
}

@media(max-width:1300px) {
    .contact .le_as a.mores {
        margin:12px auto 0;
        /*margin-left: 1em;*/display:block;
             line-height: 2;
    }
}






@media(max-width:1200px) {
    .conta_left .tables {
        font-size: 14px;
    }
    
    .conta_left .le_as {
        font-size: 12px;
        flex-flow: column;
        align-items: flex-start;
        margin-top: 8%;text-align: left;
    }
    .conta_left .le_as a.mores {
        margin-top: 3%;
        margin-left: 0;
    }
    #container_map {
        height: 354px;
    }
    .conta_left .tables {
        padding: 3vw 2vw;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .conta_cons {
        flex-flow: column-reverse;
    }
    .conta_left {
        width: 100%;
        margin-top: 5vw;
    }
    .conta_right {
        width: 100%;
    }
}

@media(max-width:640px) {
    #container_map {
        height: 300px;
    }
    .conta_left .tables {
        font-size: 12px;
    }
}

@media(max-width:420px) {
    #container_map {
        height: 200px;
    }
    .conta_left .le_as {
        font-size: 11px;
    }
}


/* 搜索帮助 */

.searchs {
    padding: 64px 0;
  
    text-align: center;
background:url(../images/yx1.png) no-repeat center top;background-size:cover
}

.searchs h2 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3125;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchs h2 img {
    margin-right: 0.5em;
    width: 0.9375em;
    height: auto;
}

#formsearchs {
    width: 100%;
    max-width: 580px;
    margin: 2.66667% auto 0;
    align-items: center;
    padding: 3px;
    background-color: #ffffff;
    border-radius: 20px;
}

#formsearchs input {
    outline: none;
    border: none;
    background: none;
}

#formsearchs input#keywords {
    width: calc(100% - 50px);
    height: 34px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding: 0 1.5em;
    color: #999999;
}

#formsearchs input#keywords::placeholder {
    color: rgba(153, 153, 153, 0.5);
}

#formsearchs input#s_btns {
    width: 50px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;

    border-radius: 30px;
    color: transparent;background:url(../images/ss.png) no-repeat center #00622b;
}

.hots {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 1.333%;
}

.hots a {
    color: #999999;
}

.hots a::after {
    content: "、";
}

.hots a:last-child:after {
    display: none;
}

@media(max-width:1366px) {
    .searchs {
        padding: 4.685vw 0;
    }
}

@media(max-width:1200px) {
    .searchs h2 {
        font-size: 2.666vw;
    }
}

@media(max-width:1024px) {
    .searchs h2 {
        font-size: 26px;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .searchs h2 {
        font-size: 3.3854vw;
    }
    #formsearchs {
        margin-top: 5vw;
    }
    #formsearchs input#keywords {
        font-size: 13px;
    }
    .hots {
        font-size: 13px;
        margin-top: 3vw;
    }
}

@media(max-width:640px) {
    .searchs h2 {
        font-size: 20px;
    }
    #formsearchs input#keywords {
        font-size: 12px;
    }
    .hots {
        font-size: 12px;
    }
    .searchs {
        padding: 7vw 0;
    }
}

@media(max-width:420px) {
    .searchs h2 {
        font-size: 18px;
    }
}


/* 底部 */

footer {
    background-color: #ffffff;
}

footer .dth_wh {
    /* padding: 0 6.15vw; */
    justify-content: space-between;
}

.layouts {
    padding: 2.9% 0;
}

.layou_left {
    flex-grow: 1;
    margin-right: 3%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0px;
    color: #999999;
}

.layou_left a {
    color: #999999;
}

.ft_lo_na {}

.ft_lo_na .ft_logo {}

.ft_lo_na .ft_nav {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 3.71%;margin-top: 25px;
}

.ft_lo_na .ft_nav li {}

.ft_lo_na .ft_nav li:nth-child(n+2) {
    margin-left: 2.85em;
}

.ft_lo_na .ft_nav li a {
    display: block;
    color: #333333;
    white-space: nowrap;
}

.ft_seo{margin-top:10px;}

.ft_lo_na{margin-bottom: 25px;}
.layou_ewm {
    width: 248px;
}

.layou_ewm h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.25;
    letter-spacing: 0.05em;
    color: #333333;
}

.layou_ewm .ft_ewm {
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/5160c783/21/06/d1d8b03d58ca57f5fd7fb36882ea71867b26c1ea.png");
    background-size: 100% 100%;
    width: 100%;
    padding: 6.76%;
    margin-top: 2.415%;
}

.layou_ewm .ft_ewm .ewm {
    width: 100%;
}

.layou_ewm .ft_ewm .ewm img {
    width: 100%;
}

.layou_ewm .ft_ewm .ew_wz {
    width: 36%;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.foots {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    padding:25px 0;
    text-align: center;background:#00622b;
}

.foots a {
    color:#fff;
}

@media(min-width:1366px) {
    footer .dth_wh {
        padding: 0 84px;
    }
}

@media(max-width:1024px) {
    .layou_left {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    .ft_lo_na .ft_nav {
        display: none;
    }
    .ft_seo {
        display: none;
    }
    .layou_left {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .layouts {
        padding: 4vw 0;
    }
    footer .dth_wh {
        flex-flow: column;
    }
}

@media(max-width:640px) {
    .ft_lo_na .ft_logo img {
        width: 17vw;
    }
    .f_link {
        margin-top: 3vw;
    }
    .foots {
        font-size: 10px;
        line-height: 2;
    }
    .layou_ewm {
        display: none;
    }
}





/* 手机底部 */

.mob_foot {
    display: none;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #e5820a;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #e5820a;
}

.mob_footer ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("//cdn.myxypt.com/5160c783/21/06/e11158c6769e2f04e964446055781e6ce383b477.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("//cdn.myxypt.com/5160c783/21/06/c380061073eda9c7854ad2ba12244b21f2dbd8ac.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("//cdn.myxypt.com/5160c783/21/06/b140457805290e3eca5903bc08609e611dcc7e52.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("//cdn.myxypt.com/5160c783/21/06/8fa8ae78aef5588c88bd5b54a65add0ac48db108.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
}

@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}


/* 内页 */

.page-position {
    padding: 2.285em 0;
}

.page-banner {
    position: relative;
}

.page-banner .wzs {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 37.6%;
}

.page-banner .wzs h2 {
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.page-banner .wzs h2 span {
    color: #e5820a;
}

.page-banner .wzs h3 {
    font-family: "Barlow";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

@media(max-width:1366px) {
    .page-banner .wzs h2 {
        font-size: 3.36vw;
    }
    .page-banner .wzs h3 {
        font-size: 1.757vw;
    }
}

@media (max-width: 767px) {
  #hidden-sm {
    display: none !important;
  }
}


#visible-xs {
    display: none!important;
}
@media (max-width: 767px)
#visible-xs {
    display: block!important;
}

/* 修改添加 */
.cy{margin-top:70px;}
.wh1580{width: 96%;display: block;max-width:1580px;margin:0 auto;}
.wh1650{display: block;max-width:1650px;margin:0 auto;}
.pro{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;padding:0 12px;margin-top:56px;margin-bottom: 56px}

.pro li{	
	border: solid 1px #d5d5d5;color: #666666;text-align: center;}
.pro li a{	font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;line-height: 45px;padding: 0 20px;text-align: center;}


.pro li:hover{background:#e5820a;	border: solid 1px #e5820a;}
.pro li:hover a{color:#fff}


.prod{height:0;overflow:hidden;}
.prod.aa{height:auto;}


.prod{position:relative;overflow:hidden;}
.prod .prods a{outline:none;border:none;}
.prod .prods{position:relative;margin:0 12px;margin-bottom: 15px}
.prod .prods .img{border: solid 1px #e5e5e5;}
.prod .prods .img img{width:100%;margin:0 auto;overflow: hidden;}
.prod .prods h3{color:#666666;font-size:20px;line-height:54px;
    height:54px;overflow:hidden;font-weight:normal;text-align:center;background:#fff;position:absolute;
    width:100%;	border: solid 1px #e5e5e5;margin-top: 5px;}
    .prod .prods:hover h3{	background-color: #00622b;
        box-shadow: 2px 3px 5px 0px 
            rgba(9, 1, 4, 0.2);color:#fff}
.prod .slick-dots{width:100%;text-align:center;margin-top:85px;}
.prod .slick-dots li{background:#666666;text-indent:-10000px;overflow:hidden;width:10px;height:10px;margin: 0 7px!important;border-radius:50%;border:none;outline:none;display:inline-block;}
.prod .slick-dots li.slick-active{background:#00622b!important;}
.prod .slick-dots li button{display: none;}
.prod .slick-list{overflow:visible!important;}



@media(max-width:1440px) {
    .pro li a{	font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;line-height: 45px;padding: 0 10px;}
        .prod .prods h3{color:#666666;font-size:16px;line-height:44px;
            height:44px;overflow:hidden;font-weight:normal;text-align:center;background:#fff;position:absolute;
            width:100%;	border: solid 1px #e5e5e5;margin-top: 5px;}
}




@media(max-width:1024px) {
    .prod .slick-dots{margin-top:70px;}
   .prod .prods h3{line-height:60px;font-size:18px;height:60px;}
   .pro li{margin-bottom: 10px;width: 23%;}

}


@media(max-width:768px) {
   .prod .slick-dots{margin-top:60px;}
   .prod .prods h3{font-size:16px;}
   .pro li{margin-bottom: 10px;width: 32%;overflow: hidden;height:35px;margin-right: 3px;}
   .pro li a{font-size: 14px;line-height: 35px;}
.pro{
justify-content: left;
}
}


@media(max-width:425px) {
    .prod .prods h3{line-height:50px;bottom:-25px;font-size:14px;height:50px;}
    .prod .slick-dots{margin-top:50px;}
}



.cp{margin-top:95px;}
.chanping{margin-top:56px;width:100%;position:relative;height:100%;}
.slider-for{width:100%;margin:0 auto;}
.slider-for img{width:100%;display:block;}
.slider-nav{width:82%;position:absolute;left:9%;top:0;padding:0 70px;height:100%;}
.slider-nav li{height:100%;width: 25%;}
.slider-nav li a {
    height: 100%;
    display: flex;
    flex-flow: column;
    -ms-flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}
.cp .slick-slider .slick-track,
.cp .slick-list{height: 100%;}


.slider-nav li .htx {
    display: block;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 28px;
    position: relative;
    transition: 0.5s ease;
}


.slider-nav li .htx1 {
    display: block;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 28px;
    position: relative;
    transition: 0.5s ease;display:none;
}


.slider-nav li.slick-current .htx{width:90px;display:none;}
.slider-nav li.slick-current .htx1{width:90px;display:block;}


.slider-nav2 li.on .htx{width:90px;display:none;}
.slider-nav2 li.on .htx1{width:90px;display:block;}




.slider-nav li .htx::after {
    content: "";
    display: block;
    width: 1.0714em;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -0.5357em;
    top: calc(100% + 20px - 2px);
    opacity: 0;
    transition: 0.3s ease;
}


.slider-nav li .htx1::after {
    content: "";
    display: block;
    width: 1.0714em;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -0.5357em;
    top: calc(100% + 20px - 2px);
    opacity: 0;
    transition: 0.3s ease;
}

.slider-nav li.slick-current .htx::after{opacity: 1;}
.slider-nav li.slick-current .htx1::after{opacity: 1;}

.slider-nav2 li.on .htx::after{opacity: 1;}
.slider-nav2 li.on .htx1::after{opacity: 1;}







.slider-nav li h3 {
    margin-top: 5%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    transition: 0.5s ease;padding:0 5%;height:75px;overflow: hidden;text-align: left;
}



.slider-nav li.slick-current h3{margin-top: calc(1em + 1.42857em);}
.slider-nav li.slick-current a{background-color: rgba(0, 0, 0, 0.6);}


.slider-nav2 li.on h3{margin-top: calc(1em + 1.42857em);}
.slider-nav2 li.on a{background-color: rgba(0, 0, 0, 0.6);}




.slider-nav .slick-slide{border-right:1px solid #fff;}
.slider-nav2 li{border-right:1px solid #fff;}


.slider-nav .slick-arrow{text-align:center;top:50%;margin-top:-8px;position:absolute;width:56px;height:16px;border:none;outline:none;z-index:999;}
.slider-nav .slick-prev{background: url(../images/left.png) no-repeat;text-indent:-1000px;overflow:hidden;left:0;}
.slider-nav .slick-next{background: url(../images/right.png) no-repeat;outline:none;text-indent:-1000px;overflow:hidden;right:0;}




@media(max-width:1440px) {
    .slider-nav li h3{font-size:16px;}
    .slider-nav li.slick-current h3{margin-top: calc(1em + 1.42857em);height:75px}
   
}


@media(max-width:1024px) {
    .slider-nav li h3{font-size:16px;}
    .slider-nav li.slick-current h3{margin-top: calc(1.5em + 1.42857em);height:75px}
   
}



@media(max-width:768px) {
    .slider-nav li h3{font-size:16px;}
}


@media(max-width:640px) {
    .slider-nav li .htx{font-size:20px;}
}



.pf {width: 100%;height: 50px;position: relative;z-index: 999;}
.pf-box {position: fixed;left: 0;bottom: 0;right: 0;height: 50px;display: flex;justify-content: center;align-items: center;background-color: #212121;overflow: hidden;width:100vw;}
.pf-box a {display: flex;justify-content: center;align-items: center;flex: 1;height: 50px;}

.pf-box a div {max-width: 20%;}
.pf-box a div img {width: 100%;}
.pf-box a h3 {font-size: 12px;color: #fff;margin-left: 5px;white-space: nowrap;}

.pf-box a.active {background-color: #009944;}




a.mores1 {
   width: 153px;
    background-color: #e5820a;
    background-color: #e5820a;
    border-radius: 1.5625em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding:10px 35px;display: block;margin:0 auto;margin-top:3.6vw;
}



a.mores1:hover {
    background-color: #e5820a;
}




a.mores2 {
   width: 153px;
    background-color: #e5820a;
    background-color: #e5820a;
    border-radius: 1.5625em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding:10px 35px;display: block;margin-top:3.6vw;
}



a.mores2:hover {
    background-color: #e5820a;
}



@media(max-width:768px) {
    .news_cons li .wzs h3 .htxs {
        width: 52.432%;
    }
    .slider-nav li .htx1::after{display:none}
    .slider-nav li .htx::after{display:none}
  .slider-nav li .htx1{margin-top:10px;width:50px;height:50px;}
 .slider-nav li .htx{margin-top:10px;width:50px;height:50px;}
 .slider-nav li h3{font-size:14px;line-height: 25px;height:25px!important;overflow: hidden;text-align: center}
}
.slider-nav li .htx1 img{width: 100%}
.slider-nav li .htx img{width: 100%}